Package com.cisco.pt.ipc.ui
Interface RackView
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
RackViewImpl
Information provided by the PKI file:
\class RackView
\brief RackView allows for UI manipulation of the RackView (wiring closet).
\example appWindow().getActiveWorkspace().getRackView()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetVisible(boolean bVisible) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Parameters:
bVisible- Takes in a parameter of bVisible
-